object MPEGConfig_FrameRateForm: TMPEGConfig_FrameRateForm Left = 220 Top = 278 BorderStyle = bsDialog Caption = '�t���[�����[�g�̐ݒ�' ClientHeight = 121 ClientWidth = 329 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False ShowHint = True OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 100 Top = 33 Width = 20 Height = 12 Alignment = taCenter AutoSize = False Caption = '��' end object Label2: TLabel Left = 196 Top = 33 Width = 18 Height = 12 Alignment = taCenter AutoSize = False Caption = '��' end object Label3: TLabel Left = 302 Top = 32 Width = 16 Height = 12 Caption = 'fps' end object OKButton: TButton Left = 162 Top = 88 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKButtonClick end object CancelButton: TButton Left = 244 Top = 88 Width = 75 Height = 25 Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 1 end object Video_FrameRate2: TSpinEdit Left = 123 Top = 29 Width = 70 Height = 21 MaxValue = 10000 MinValue = 1 TabOrder = 2 Value = 1 OnChange = Video_FrameRateChange OnKeyDown = EditKeyDown end object Video_FrameRate1: TComboBox Left = 16 Top = 29 Width = 81 Height = 20 Style = csDropDownList ItemHeight = 12 TabOrder = 3 OnChange = Video_FrameRateChange OnKeyDown = EditKeyDown end object Video_FrameRateEdit: TEdit Left = 217 Top = 29 Width = 78 Height = 20 TabOrder = 4 OnChange = Video_FrameRateEditChange OnExit = Video_FrameRateEditExit OnKeyDown = EditKeyDown end end